home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / clipper / bropls.zip / INSTDEMO.TXT < prev    next >
Text File  |  1994-06-13  |  9KB  |  195 lines

  1.                                      NOTE:
  2.                                      =====
  3.  
  4.         This Demo Version of BroPlus 2.50 has no feature limitations,
  5.         but will time out 5 minutes after startup. After time-out,
  6.         it can be restarted any number of times.
  7.  
  8.         This executable was built using Clipper version 5.2d. It is
  9.         a Protected Mode executable created with BLINKER 3.01, and has
  10.         built-in access to:
  11.  
  12.         - Clipper's NTX index files (incl. 5.2 extensions) and DBT memos
  13.           through DBFNTX driver, using standard (backwards compatible)
  14.           index locking
  15.  
  16.         - FoxPro IDX/CDX index files & FPT memos, including SuccessWare's
  17.           index and memo extensions, through SIx Driver 2.0 - SIXCDX flavor,
  18.           using FoxPro compatible Record/File locking
  19.  
  20.         - FlexFile data using the FlexFile API interface. A patch file
  21.           for instant conversion to use the FlexFile RDD interface is
  22.           included: API2RDD.RTP. To convert, type:  "PATCH API2RDD".
  23.  
  24.         As a protected mode application, it requires a 80286 computer
  25.         or higher, with at least 2MB of RAM.
  26.  
  27.         You may use it to view/edit your own data files, or explore
  28.         the databases and supporting files included with this demo.
  29.  
  30.         For demonstration of some advanced features of BroPlus, it is
  31.         recommended that you restore the view files (*.BRO) that are part
  32.         of this demo.
  33.  
  34.         To create a custom demo version of BroPlus that supports other
  35.         combinations of RDD's, or to create a real mode executable,
  36.         download the file BROLNK.ZIP which contains a set of linkable files.
  37.  
  38.  
  39.                               For a Quick Start:
  40.                               ==================
  41.  
  42.         - create a directory on your Hard Disk ( e.g. C:\BROPLUS )
  43.  
  44.         - change to the new directory
  45.  
  46.         - copy the BroPlus demo files into this directory
  47.  
  48.         - type PKUNZIP BROPLS on the DOS Prompt to extract the BroPlus files
  49.  
  50.         - modify your AUTOEXEC.BAT file:
  51.  
  52.                 - add the directory where BRO.EXE is located to your
  53.                   PATH statement
  54.  
  55.                 - add the following line to your AUTOEXEC.BAT file
  56.  
  57.                         SET BRO=<path name>
  58.  
  59.                   where:  <path name> == directory where Global Settings File
  60.                                          BRO.INI is saved to / restored from
  61.  
  62.                   e.g.:      SET BRO=C:\BROPLUS
  63.  
  64.                   Note that there is NO space before or after the "=" sign.
  65.  
  66.                 - It is recommended to add the parameters SWAPPATH:<SwapDir>
  67.                   and TEMPPATH:<TempDir> to your SET CLIPPER environment
  68.                   variable, where <SwapDir> and <TempDir> should be a
  69.                   directory on your local hard disk. E.g.:
  70.  
  71.                        SET CLIPPER=SWAPPATH:"C:\TEMP";TEMPPATH:"C:\TEMP"
  72.  
  73.                   Virtual memory swap files, and temporary files created
  74.                   during indexing/sorting, will then be created in the
  75.                   specified directory instead in the default directory.
  76.  
  77.         - make sure the FILES setting in your CONFIG.SYS file is high enough
  78.  
  79.         - reboot your Computer
  80.  
  81.         - type BRO on the DOS Prompt
  82.  
  83. =============================================================================
  84.  
  85.     Here are some guidelines on how to use this demo:
  86.  
  87.         Three database files are provided:
  88.  
  89.         TESTNTX.DBF - has an attached DBT file (TESTNTX.DBT), an attached
  90.                       .DBV file (TESTNTX.DBV, to store FlexFile Data), and
  91.                       3 NTX files: TESTAGE.NTX, TESTNAME.NTX, TSTSTATE.NTX.
  92.                          To successfully open this DBF, the DBFNTX driver
  93.                       must be in control. Before opening, press <F6>,
  94.                       select "Default Database Driver", choose "DBFNTX",
  95.                       select "Default Index Extension", enter ".NTX".
  96.                       Next, press <F2>, select "Database Selection",
  97.                       pick "TESTNTX.DBF".
  98.                          To open the index files, press <F3>, select
  99.                       "Index Selection", then choose any or all of the
  100.                       belonging .NTX files.
  101.  
  102.         TESTSIX.DBF - has an attached FPT file (TESTSIX.FPT), and 3
  103.                       Index files: TESTSIX.CDX (structural, compound
  104.                       index), TSTSTATE.IDX (non-compound index), and
  105.                       TSTRYO.IDX ("Roll Your Own" Index).
  106.                          To successfully open this DBF, the SIXCDX driver
  107.                       must be in control. Before opening, press <F6>,
  108.                       select "Default Database Driver", choose "SIXCDX",
  109.                       select "Default Index Extension", enter ".IDX".
  110.                       Next, press <F2>, select "Database Selection",
  111.                       and pick "TESTSIX.DBF".  The structural index is
  112.                       automatically opened with the database.
  113.                          To select a specific tag within the structural
  114.                       index, press <F3>, select "Tag information/selection",
  115.                       then select any of the tags in the list.
  116.                          To open any of the .IDX index files, press <F3>,
  117.                       select "Index Selection". then choose any or both
  118.                       of the available .IDX files.
  119.  
  120.         STATES.DBF  - has no attached Memo file, and can therefore be
  121.                       opened either under "DBFNTX", or under "SIXCDX".
  122.                       Depending on the controlling driver, either open
  123.                       STATES.NTX or STATES.IDX as index for this DBF.
  124.  
  125.     Restoring a view from a predefined View file:
  126.  
  127.         To restore a view, either type from the DOS command line:
  128.  
  129.                           BRO /V <view file name>
  130.  
  131.         or, from the Bro+ interface, press <F5>, then select "Restore View"
  132.         and pick one of the offerings.
  133.  
  134.         Four view files are included with this demo:
  135.  
  136.            NTXRELAT.BRO and SIXRELAT.BRO both demonstrate the relational
  137.         paradigm in a Split screen format. The child database (TESTNTX.DBF
  138.         or TESTSIX.DBF) will move in sync with movement of the record pointer
  139.         in the parent database (STATES.DBF), and show only child records
  140.         that match the current parent key.
  141.  
  142.            MIXRDD.BRO also uses the split screen format, to show in one
  143.         window TESTNTX.DBF (under DBFNTX control), in the other window
  144.         TESTSIX.DBF (under SIXCDX control).
  145.  
  146.            SIXRYO.BRO shows how a database (TESTSIX.DBF) can be open in
  147.         two areas at a time, by using a different Alias name for each area.
  148.         The primary area in the upper window is under control of the full
  149.         index, the secondary area has the "Roll Your Own" index open.
  150.         To add a key from the primary index to the RYO index, press
  151.         <Ctrl-Ins> from the desired record, and watch the record being
  152.         added to the Browse screen in the RYO area.
  153.         To drop a key from the RYO index, press <Tab> to select the
  154.         RYO area, and press <Ctrl-Del> on the key to be dropped.
  155.  
  156.         You can navigate through the Menu system, to explore and modify
  157.         the settings for these views, or you can create your own views
  158.         by pressing <F5> and selecting "Save current View".
  159.  
  160.                 At any time you may press <F1> to read Context sensitive
  161.         Help. As you get more familiar with BroPlus, you may start using
  162.         Hot-keys instead of going through the Menu system.
  163.  
  164.         Let me repeat: This demo let's you do everything that the
  165.         production version allows. You may create or modify databases,
  166.         create indexes, add tags to or delete tags from a CDX, etc.
  167.         It is only limited by a time-out after 5 minutes.
  168.  
  169.  
  170.     For more information, read BROGUIDE.TXT
  171.  
  172. =============================================================================
  173.  
  174.     You can contact us on CompuServe or by phone:
  175.  
  176.     U.S.A.
  177.  
  178.     SmartCode Programming     phone  818-710-9323
  179.     22323-6 Sherman Way       fax    818-710-9391
  180.     Suite 185                 BBS    818-986-5781
  181.     West Hills, CA  91303     CIS    73760,1102
  182.  
  183.  
  184.     BroPlus is available in Europe through
  185.  
  186.           ┌────────────────────────────────────────────────┐
  187.           │ Adress:                    Tel.:+49-40-7661290 │
  188.           │ SOFTSOL GmbH               Fax :+49-40-7665664 │
  189.           │ Neue Str.35a               BBS :+49-40-7665527 │
  190.           │ 21073 Hamburg              CIS : 100112,3401   │
  191.           │ Germany                    Fido: 2:240/5300    │
  192.           └────────────────────────────────────────────────┘
  193.  
  194. =============================================================================
  195.